Converted these images to PNG, saving a handful of bytes per image
[adiumx.git] / Other / Adium Spotlight Importer / GetMetadataForHTMLLog.h
blob5c54c4d3dffa5afc3ea1ecb21a5e10478692509c
1 //
2 // GetMetadataForHTMLLog.h
3 // AdiumSpotlightImporter
4 //
5 // Created by Evan Schoenberg on 3/1/06.
6 //
8 #import <Foundation/Foundation.h>
10 Boolean GetMetadataForHTMLLog(NSMutableDictionary *attributes, NSString *pathToFile);
11 NSString *GetTextContentForHTMLLog(NSString *pathToFile);